type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryNumericToTextScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L584: 			return scanPlanBinaryNumericToTextScanner{}
		numeric.go#L760: type scanPlanBinaryNumericToTextScanner struct{}
		numeric.go#L762: func (scanPlanBinaryNumericToTextScanner) Scan(src []byte, dst any) error {